home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-08-29 | 520 b | 26 lines | [TEXT/R*ch] |
- <html>
- <head>
- <link rel=stylesheet type="text/css" HREF="fa.css">
- <title>Flex-Able: String Functions: Keep & Omit</title>
- </head>
- <body>
-
- <DIV CLASS="topic">String Functions: Keep & Omit</DIV>
- <p><br>
- <p><br>
-
- <:set string "Basset Hounds got long ears">
-
- <pre>
- Let's start with the string "<:echo string>".
-
- Keeping the vowels gives us "<:keep string "aeiou">"
-
- Omiting the vowels gives us "<:omit string "aeiou">"
-
- </pre>
- <hr>
- <A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
- </body>
- </html>
-